home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Growing Good Roses
/
Growing Good Roses.iso
/
pc
/
misc
/
demo.dxr
/
00066.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-18
|
251 b
|
18 lines
global gHandCursor
on enterFrame
repeat with x = 31 to 48
repeat while rollOver(x)
if the mouseDown then
exit
end if
cursor(gHandCursor)
end repeat
cursor(-1)
end repeat
end
on exitFrame
go(the frame)
end